Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decouple monitor tests from Core #12995

Merged
merged 11 commits into from
May 21, 2024
Merged

Decouple monitor tests from Core #12995

merged 11 commits into from
May 21, 2024

Conversation

dimriou
Copy link
Collaborator

@dimriou dimriou commented Apr 26, 2024

Decouple monitor tests from Core.
Blocked by:

@dimriou dimriou changed the base branch from develop to transfer_testutils April 26, 2024 11:29
@dimriou dimriou mentioned this pull request Apr 26, 2024
@dimriou dimriou changed the title Add first version of evm utils Decouple monitor tests from Core Apr 26, 2024
Base automatically changed from transfer_testutils to develop April 29, 2024 12:41
@dimriou dimriou marked this pull request as ready for review May 10, 2024 11:04
@dimriou dimriou requested review from a team as code owners May 10, 2024 11:04
Comment on lines 270 to 271
callback()
close(done)
Copy link
Contributor

@jmank88 jmank88 May 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pre-existing, but to avoid deadlockdelay until timeout in the case of a panicking callback():

Suggested change
callback()
close(done)
defer close(done)
callback()

@dimriou dimriou requested a review from a team May 16, 2024 11:37
jmank88
jmank88 previously approved these changes May 20, 2024
@cl-sonarqube-production
Copy link

@dimriou dimriou added this pull request to the merge queue May 21, 2024
Merged via the queue into develop with commit 322f3b9 May 21, 2024
107 checks passed
@dimriou dimriou deleted the decouple_monitoring_tests branch May 21, 2024 20:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants